home *** CD-ROM | disk | FTP | other *** search
/ Sound Fx / Sound Fx.iso / Software / UNZIPED / DWSTKW / PAS / PLAYSTK2.DFM / PLAYSTK2.txt < prev   
Encoding:
Text File  |  1996-03-11  |  4.4 KB  |  238 lines

  1. object Form1: TForm1
  2.   Left = 210
  3.   Top = 115
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'DiamondWare'#39's Sound ToolKit Demo'
  7.   ClientHeight = 248
  8.   ClientWidth = 561
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Visible = True
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Logo: TImage
  20.     Left = 24
  21.     Top = 4
  22.     Width = 33
  23.     Height = 29
  24.     Picture.Data = {<image000.ico>}
  25.   end
  26.   object Label1: TLabel
  27.     Left = 80
  28.     Top = 24
  29.     Width = 217
  30.     Height = 17
  31.     Caption = 'List of Sounds and Music to Play'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 361
  35.     Top = 24
  36.     Width = 16
  37.     Height = 13
  38.     Alignment = taCenter
  39.     Caption = 'L'
  40.     Font.Color = clBlack
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.   end
  46.   object Label5: TLabel
  47.     Left = 384
  48.     Top = 24
  49.     Width = 19
  50.     Height = 13
  51.     Alignment = taCenter
  52.     Caption = 'R'
  53.     Font.Color = clBlack
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.   end
  59.   object Label4: TLabel
  60.     Left = 361
  61.     Top = 216
  62.     Width = 42
  63.     Height = 13
  64.     Caption = 'Volume'
  65.     Font.Color = clBlack
  66.     Font.Height = -11
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = [fsBold]
  69.     ParentFont = False
  70.   end
  71.   object Label2: TLabel
  72.     Left = 419
  73.     Top = 216
  74.     Width = 30
  75.     Height = 13
  76.     Caption = 'Pitch'
  77.     Font.Color = clBlack
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = [fsBold]
  81.     ParentFont = False
  82.   end
  83.   object Label6: TLabel
  84.     Left = 506
  85.     Top = 238
  86.     Width = 54
  87.     Height = 10
  88.     Caption = 'Delphi Version'
  89.     Font.Color = clBlack
  90.     Font.Height = -8
  91.     Font.Name = 'MS Serif'
  92.     Font.Style = []
  93.     ParentFont = False
  94.   end
  95.   object Image1: TImage
  96.     Left = 228
  97.     Top = 72
  98.     Width = 105
  99.     Height = 105
  100.   end
  101.   object ListBox1: TListBox
  102.     Left = 16
  103.     Top = 48
  104.     Width = 329
  105.     Height = 153
  106.     ItemHeight = 16
  107.     TabOrder = 0
  108.     OnDblClick = DoPlay
  109.   end
  110.   object sbPitch: TScrollBar
  111.     Left = 424
  112.     Top = 48
  113.     Width = 17
  114.     Height = 153
  115.     Kind = sbVertical
  116.     LargeChange = 2
  117.     Max = 16
  118.     Min = 1
  119.     Position = 8
  120.     TabOrder = 7
  121.     OnChange = sbPitchChange
  122.   end
  123.   object sbVolRight: TScrollBar
  124.     Left = 384
  125.     Top = 48
  126.     Width = 17
  127.     Height = 153
  128.     Kind = sbVertical
  129.     LargeChange = 2
  130.     Max = 16
  131.     Position = 8
  132.     TabOrder = 6
  133.     OnChange = sbVolRightChange
  134.   end
  135.   object sbVolLeft: TScrollBar
  136.     Left = 360
  137.     Top = 48
  138.     Width = 17
  139.     Height = 153
  140.     Kind = sbVertical
  141.     LargeChange = 2
  142.     Max = 16
  143.     Position = 8
  144.     TabOrder = 5
  145.     OnChange = sbVolLeftChange
  146.   end
  147.   object NewBtn: TButton
  148.     Left = 24
  149.     Top = 216
  150.     Width = 73
  151.     Height = 25
  152.     Caption = '&New'
  153.     TabOrder = 1
  154.     OnClick = DoNew
  155.   end
  156.   object PlayBtn: TButton
  157.     Left = 104
  158.     Top = 216
  159.     Width = 73
  160.     Height = 25
  161.     Caption = '&Play'
  162.     TabOrder = 2
  163.     OnClick = DoPlay
  164.   end
  165.   object StopBtn: TButton
  166.     Left = 184
  167.     Top = 216
  168.     Width = 73
  169.     Height = 25
  170.     Caption = '&Stop'
  171.     TabOrder = 3
  172.     OnClick = DoStop
  173.   end
  174.   object RemoveBtn: TButton
  175.     Left = 264
  176.     Top = 216
  177.     Width = 73
  178.     Height = 25
  179.     Caption = '&Remove'
  180.     TabOrder = 4
  181.     OnClick = DoRemove
  182.   end
  183.   object RatePanel: TPanel
  184.     Left = 448
  185.     Top = 120
  186.     Width = 97
  187.     Height = 81
  188.     BevelOuter = bvNone
  189.     Caption = 'RatePanel'
  190.     TabOrder = 9
  191.     object sbRate0: TRadioButton
  192.       Left = 8
  193.       Top = 8
  194.       Width = 81
  195.       Height = 17
  196.       Caption = '11025 Hz'
  197.       Checked = True
  198.       TabOrder = 0
  199.       TabStop = True
  200.       OnClick = sbRate0Click
  201.     end
  202.     object sbRate1: TRadioButton
  203.       Left = 8
  204.       Top = 32
  205.       Width = 81
  206.       Height = 17
  207.       Caption = '22050 Hz'
  208.       TabOrder = 1
  209.       OnClick = sbRate1Click
  210.     end
  211.     object sbRate2: TRadioButton
  212.       Left = 8
  213.       Top = 56
  214.       Width = 81
  215.       Height = 17
  216.       Caption = '44100 Hz'
  217.       TabOrder = 2
  218.       OnClick = sbRate2Click
  219.     end
  220.   end
  221.   object sbSwapLR: TCheckBox
  222.     Left = 456
  223.     Top = 56
  224.     Width = 97
  225.     Height = 17
  226.     Caption = 'Left<->Right'
  227.     TabOrder = 8
  228.     OnClick = sbSwapLRClick
  229.   end
  230.   object OpenDialog1: TOpenDialog
  231.     FileEditStyle = fsEdit
  232.     Filter = 'Sounds and Music|*.WAV;*.DWD;*.MID'
  233.     Title = 'DW Stk for Windows - Open'
  234.     Left = 528
  235.     Top = 8
  236.   end
  237. end
  238.